footer .copy-right .flex-wrapper {
  padding: 10px 0;
  flex-wrap: wrap;
}

footer .copy-right .flex-wrapper p {
  width: 100%;
  order: 2;
}

footer .copy-right .flex-wrapper ul {
  width: 100%;
  order: 1;
  margin: 0 0 10px;
}

.product-category .category-wrapper .singular-air-type .part .wrapper {
  width: calc(100% - 240px);
}

@media screen and (max-width: 767px) {
  .product-category .category-wrapper .singular-air-type .part .wrapper {
    width: 100%;
  }
}

.product-category .category-wrapper .singular-air-type .part .label {
  width: 240px;
}

@media screen and (max-width: 767px) {
  .product-category .category-wrapper .singular-air-type .part .label {
    width: 100%;
  }
}

.product-category .category-wrapper .singular-air-type .part {
  padding-left: 0;
}

@media screen and (max-width: 767px) {
  .product-category .category-wrapper .singular-air-type .part {
    padding-left: 1rem;
  }
}

.content-page.about .factory {
  background-image: url("https://www.szwandi.cn/wp-content/themes/wandi/assets/img/about/bg-factory.jpg");
  padding: 4rem 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

@media screen and (max-width: 1366px) {
  .content-page.about .factory {
    padding: 2rem 1rem;
  }
}

.content-page.about .factory .factory-slides {
  overflow: hidden;
}

.content-page.about .factory .bd li {
  width: 180px !important;
  padding: 0 10px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .content-page.about .factory .bd li {
    width: 320px !important;
  }
}

.content-page.about .factory .bd .img {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 66.666666%;
}

.content-page.about .factory .bd .img div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.content-page.about .factory .bd .title {
  background-color: #f8f8f8;
  padding: 10px 0;
}

@media screen and (min-width: 768px) {
  .content-page.about .factory .bd .title {
    padding: 1rem 0;
  }
}

.content-page.about .factory .bd .title h4 {
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  margin: 0;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .content-page.about .factory .bd .title h4 {
    font-size: 16px;
  }
}

.content-page.products.single .bottom-info .product-parameters .tab-content-wrapper table tr td {
  font-size: 0.9rem;
  line-height: 1.5;
}

.content-page.products.single .top-info .product-description {
  height: auto;
}

@media screen and (min-width: 768px) {
  .content-page.products.single .top-info .product-description {
    min-height: 150px;
    height: auto;
  }
}

.content-page.products.single .top-info .product-description ul li,
.content-page.products.single .top-info .product-description ol li,
.content-page.products.single .top-info .product-description p,
.content-page.products.single .top-info .product-description div {
  font-size: 14px;
  line-height: 22px;
  max-height: 220px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 10;
}

@media screen and (min-width: 768px) {

  .content-page.products.single .top-info .product-description ul li,
  .content-page.products.single .top-info .product-description ol li,
  .content-page.products.single .top-info .product-description p,
  .content-page.products.single .top-info .product-description div {
    font-size: 14px;
    line-height: 24px;
    max-height: 240px;
  }
}


.content-page.products.single .product-details .top-info>.description {
  height: auto;
}

@media screen and (min-width: 768px) {
  .content-page.products.single .product-details .top-info>.description {
    height: auto;
  }
}

@media screen and (min-width: 1366px) {
  .content-page.products.single .product-details .top-info>.description {
    height: auto;
  }
}

.content-page.products.single .top-info .certificates-wrapper {
  position: relative;
  left: auto;
  bottom: auto;
  margin-top: 1rem;
}

@media screen and (min-width: 768px) {
  .content-page.products.single .top-info .certificates-wrapper {
    position: relative;
    left: auto;
    bottom: auto;
    margin-top: 2rem;
  }
}

@media screen and (min-width: 1366px) {
  .content-page.products.single .top-info .certificates-wrapper {
    position: relative;
    left: auto;
    bottom: auto;
  }
}

.content-page.products.single .top-info .buttons {
  position: relative;
  left: auto;
  bottom: auto;
  margin-top: 1rem;
}

@media screen and (min-width: 768px) {
  .content-page.products.single .top-info .buttons {
    position: relative;
    left: auto;
    bottom: auto;
    margin-top: 2rem;
  }
}

@media screen and (min-width: 1366px) {
  .content-page.products.single .top-info .buttons {
    position: relative;
    left: auto;
    bottom: auto;
  }
}

/*# sourceMappingURL=change.css.map */